home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 5 / QRZ Ham Radio Callsign Database - Volume 5.iso / files / amiga / cbbs720j.lzh / notes.72 < prev    next >
Encoding:
Text File  |  1993-08-25  |  3.3 KB  |  76 lines

  1. If you are already running a V7.20 C-BBS then you can ignore this file.
  2. It describes changes that you must make if you are running a V7.0 and are
  3. now converting to V7.20.
  4.  
  5. ****THERE ARE CHANGES  TO THE  CONFIG.MB FILE  WITH THIS  VERSION OF  CBBS.
  6.     MAKE SURE  YOU  MAKE  THESE  CHANGES  BEFORE  LOADING  THE  NEW  CODE!!
  7.  
  8.     ***  Extended Ports...
  9.  
  10. ****Before doing anything make sure you have a backup of your MAIL and USER
  11.     files. CBBS now allows you to have 16 serial ports.
  12.     Since "L" can now be an  active port,  you MUST change  the local  port
  13.     line in each of your config's from 'L' to "Z"!
  14.  
  15.     ZCUDE    300 10 600.......
  16.  
  17.     If you fail to do this, CBBS will consider your local console port as
  18.     an active port with a  tnc connected to  it.   So now for  you to  list
  19.     connected stations with the "J" command,  you or your users would  just
  20.     go "JZ" instead of "JL".
  21.  
  22. ****The gateway has been removed to make more room in the code.  MAKE  SURE
  23. ****YOU DELETE the GATEWAY MESSAGES IN THE CONFIG file if you are using  an
  24.     older  version!    DELETE the FOLLOWING  LINES  in  your  older  CONFIG
  25.     file...(7 lines)
  26.  
  27.       The GateWay is not available.
  28.       You are linked to the other TNC. ^W returns to menu.
  29.       Attempting the connection on $F. ^W will abort.
  30.       Connection not established.
  31.       Connection established. ^W to disconnect.
  32.       Connection aborted.
  33.       You are listening to $F. Type anything to return to menu.
  34.  
  35. ****The HOLD  list is  now taken  out of  the config.mb  and is  made as  a
  36.     separate file called HOLD.MB placed in the same subdirectory as MB.EXE.
  37.     You place the  callsigns, one per  line in  this file, and  it will  be
  38.     loaded by each copy of CBBS when it loads.
  39. ****MAKE SURE YOU REMOVE THE HOLD LIST OF CALLS AND THE  *** EOF  FROM  THE
  40.     CONFIG.MB IF YOU ARE USING A VERSION PRIOR TO 7.2..
  41.  
  42.     Even if you are not going to use any of the extended  ports ( I to P  )
  43.     you must change the local port line in each config.
  44.  
  45.  
  46.  
  47.  
  48.  
  49. AMIGA users NOTE .... all this is for IBM CBBS users ONLY ... ignore it.
  50.  
  51.     The reason for the extended ports is to allow you to use the G8BPQ code
  52.     which will handle up  to 16 tnc  ports.   This way you  can easily  add
  53.     another window of the BBS code using any of these ports.
  54.  
  55.     Check out the manual.  New chapters are  8.1 - G8BPQ operation and  8.2
  56.     Sam's callbook database.
  57.  
  58.     ***  SAMAPI...   (NOT on AMIGA)
  59.  
  60.     The BBS will now handle callbook lookups  using the SAM database by  RT
  61.     Systems, PO Box 8, Laceys Spring, AL. 35754   Phone (205-882-9292).  If
  62.     you order the database from them tell them you are using it with CBBS.I
  63.     recommend loading the  database on  your D drive  under a  subdirectory
  64.     called sam.  It will  takeup about  16 and  a half  meg.   Installation
  65.     instructions are included  with  the SAM  disks.   You  will  find  the
  66.     SAMAPI.EXE tsr file on the first disk under the API subdirectory.  Copy
  67.     this file  over  to  your  root  startup  directory.    Then  in   your
  68.     autoexec.bat file add the  line C:\SAMAPI D:\SAM  before any brbios  or
  69.     bpqcode lines, and before Desqview or any other programs.  The bbs will
  70.     now be  enabled and  you or  your  users can  use the  "CB  <Callsign>"
  71.     command to get  the callsign  lookup.   The  most recent  database  now
  72.     includes all USA and Canadian callsigns.
  73.  
  74.  
  75.  
  76.